home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000150_timbl _Thu Jun 25 22:50:05 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <timbl>
  2. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA02447; Thu, 25 Jun 92 22:50:05 MET DST
  4. Date: Thu, 25 Jun 92 22:50:05 MET DST
  5. From: timbl (Tim Berners-Lee)
  6. Message-Id: <9206252050.AA02447@ nxoc01.cern.ch >
  7. To: davis@willow.tc.cornell.edu
  8. Subject: Re: Links that refer to a range of text, not just a point.
  9. Cc: www-talk@nxoc01.cern.ch
  10.  
  11.  
  12. On types of links: Link types can descibe
  13.  
  14. -- hints at presentation (Footnote, in-line, embed, automatic or
  15.    on demand, print this if you print me, don't search this if
  16.    you search me, etc etc)
  17.  
  18. -- semantics of the documents (a is a previous version of b, etc)
  19.  
  20. -- semantics of THAT DESCIBED by the document, eg
  21.    "The W3 software" is a part of "the W3 project" where the
  22.    'is part of' in fact applies to the unquoted things, not the
  23.    documents. There is something on link types on the web in
  24.  
  25.    http://info.cern.ch/hypertext/WWW/DesignIssues/LinkTypes.html
  26.  
  27.  
  28. On areas and points:  No, the WWW links are not (in general) points
  29. they are areas. In the broad sense they can be any object within
  30. the document, as identified by the anchor ID. In the specific
  31. case of HTML, they are areas which have a beginning and an end.
  32. In the case of the actual W3 software, noone can handle
  33. overlapping anchors because the text object underneath isn't powerful
  34. enough.  There is also a problem showing overlapping source anchors
  35. (buttons) to the user. But in principle, there is no reason'
  36. why one shouldn't have overlapping anchors, or at least
  37. nested ones.
  38.  
  39. But not now.
  40.  
  41. Tim